home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 September (Japanese) / CICA Shareware for Windows CD-ROM (Walnut Creek) (September 1995) (Japanese) (Disc 1).iso / _bbs / all.bat next >
DOS Batch File  |  1995-09-05  |  549b  |  51 lines

  1. if .%in_type% == . goto bad
  2. goto ok
  3. :bad
  4. echo variable in_type not set
  5. echo type i:\cd-tools\proto\c to see in_type's
  6. goto end
  7.  
  8. :ok
  9.  
  10. cd \_bbs
  11.  
  12. md menu
  13. cd menu
  14. call menu.bat
  15. cd ..
  16.  
  17. md PCB
  18. cd PCBTOOL
  19. call all.bat
  20. cd ..
  21. md OPUS
  22. cd OPUS
  23. call all.bat
  24. cd ..
  25. md RBBS
  26. cd RBBSTOOL
  27. call all.bat
  28. cd ..
  29. md SF
  30. cd SFTOOL
  31. call all.bat
  32. cd ..
  33. md WC30
  34. md WC40
  35. cd WC30
  36. call all.bat
  37. cd ..
  38. md MAX
  39. cd MAXTOOL
  40. call all.bat
  41.  
  42. cd \
  43. i:\bin\norton\ncd /r
  44. mv \ncdtree\treeinfo.ncd \
  45. rd \ncdtree
  46.  
  47. pause
  48.  
  49. dir /s /p \_bbs\logfile
  50.  
  51.